home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4490 / 4490.xpi / chrome / wmn.jar / content / captcha.xul < prev    next >
Extensible Markup Language  |  2009-11-29  |  809b  |  20 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE overlay SYSTEM "chrome://wmn/locale/overlay.dtd">
  4. <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.     title="&captcha-title;"
  6.     onload="onLoad()"
  7.     buttons="accept,cancel"
  8.     ondialogaccept="return onAccept()">
  9.   <script type="application/x-javascript" src="chrome://wmn/content/captcha.js"/>
  10.   <groupbox style="padding:10px;">
  11.     <caption label="&captcha-title;"/>
  12.     <description id="host" value="&host;"/>
  13.     <description id="user" value="&username;"/>
  14.     <image id="secimage" width="290" height="80"/>
  15.     <hbox align="center" style="margin:10px">
  16.       <label value="&captcha-text;"/>
  17.       <textbox id="secword"/>
  18.     </hbox>
  19.   </groupbox>
  20. </dialog>